Add re-export of rethrowSTM - #100
Conversation
|
Hi Wolfgang. Thanks for opening this MR. Do you intend for this to get merged before upstream, i.e. is it necessary this lands before the GHC MR lands? |
|
Well, this re-export only works with |
|
By the way, there is CLC proposal #436, which deals with the addition of |
I was asking because obviously CI with upstream GHC is currently failing but if you had needed to bump the submodule upstream with the new version of STM then that obviously creates a cycle. Since the CI against upstream is new I think I would have had to come up with a solution here but if you say this can be merged after upstream, then all is good. |
|
After your MR against GHC has landed, we'll wait until it appears in nightly, then build this branch against the bindist that has this and then merge. I assume you have an okay from upstream for this to be backported to 10.0? |
Yes, also with !16501, nothing in GHC, |
Aargh, I forgot that 10.0 is already in the freezer. I guess I should get such a backport permission then. Where and how do I have to apply for it? |
Zubin is the release manager, I pinged him on your upstream MR. |
|
As we just discussed in more hidden channels, the corresponding GHC contribution will not be backported for GHC 10.0. 🙂 |
15b9589 to
a6a56cc
Compare
|
When I generate |
GHC merge request !16501 adds
rethrowSTM, anSTManalog ofrethrowIO. This pull request adds a re-export ofrethrowSTMbyControl.Monad.STM.